go/types.Checker.funcInst (method)

5 uses

	go/types (current package)
		call.go#L35: func (check *Checker) funcInst(T *target, pos token.Pos, x *operand, ix *indexedExpr, infer bool) ([]Type, []ast.Expr) {
		call.go#L390: 			targs, xlist := check.funcInst(nil, x.Pos(), &x, ix, infer)
		call.go#L427: 				targs, xlist := check.funcInst(nil, x.Pos(), &x, ix, infer)
		expr.go#L979: 				check.funcInst(T, x.Pos(), x, nil, true)
		expr.go#L1047: 			check.funcInst(T, e.Pos(), x, ix, true)